entry: Fix a typo in the docs
authorMatthias Clasen <mclasen@redhat.com>
Wed, 2 Jun 2021 10:47:27 +0000 (06:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 2 Jun 2021 10:47:27 +0000 (06:47 -0400)
gtk/gtkentry.c

index 32104263502faa223c94199ca53b80e2cdfcf32e..e03127f1344865aa4553e57f2a29d282e49d6c18 100644 (file)
  *
  * An example of a UI definition fragment specifying Pango attributes:
  * ```xml
- * <object class="GtkEnry">
+ * <object class="GtkEntry">
  *   <attributes>
  *     <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
  *     <attribute name="background" value="red" start="5" end="10"/>